home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 September / Macworld (1997-09).dmg / Serious Software / Cherwell Scientific Demos / pro Fit / pro Fit 5.0 demo (fpu).sea / pro Fit 5.0 demo (fpu) / pro Fit 5.0.1 demo (fpu).rsrc / STR#_1008.txt < prev    next >
Text File  |  1996-09-30  |  7KB  |  184 lines

  1. Terminates the definition of a data set.
  2.  
  3. Terminates the definition of a group.
  4.  
  5. Starts the definition of a group.
  6. It is possible to build a hierarchy of groups by bracketing calls to GroupBegin and GroupEnd.
  7.  
  8. Sets the format of the labels of the current x- or y- axis.
  9. ax=xAxis or yAxis.
  10. i=number format, -1=auto, 0=decimal,1=exponential, any other number is used as a fixed exponent.
  11. decs=number of digits after the decimal point.
  12.  
  13. Returns the x- and y-coordinates of the Preview window marker with the given index.
  14.  
  15. Returns the y-coordinate of the Preview window marker with the given index.
  16.  
  17. Returns the x-coordinate of the Preview window marker with the given index.
  18.  
  19. Returns true if the given keyboard key is currently held down. key=(optionKey, commandKey, shiftKey, controlKey)
  20.  
  21. Returns true if the mouse button is currently held down.
  22.  
  23. Closes the given text file and redirects the output of 'Write' and 'Writeln' to the Results window.
  24.  
  25. Redirects the output from 'Write' and 'Writeln'to the given file (ID=fileID) or to the Results window (ID=0).
  26.  
  27. Creates a text file to which you can write with 'Write' and 'Writeln'.
  28. Returns the file ID.
  29. Call 'WriteToTextFile' to redirect the output of 'Write' and 'Writeln' to this file.
  30.  
  31. Sets the text displayed in pro Fit's progress window during lengthy operations. Accepts six strings as parameters. The six strings are positioned in a 3x2 arrangement.
  32.  
  33. Sets the title displayed in pro Fit's progress window during lengthy operations.
  34.  
  35. Lets your hardware read the given text aloud.
  36.  
  37. An array for storing global values common to all functions and programs.
  38. 0<=i<100.
  39.  
  40. Returns the coordinates of the last clicked point within the current drawing window.
  41.  
  42. Disables redrawing of the data window while your program is running.
  43. This will make your program faster.
  44.  
  45. Converts a number to a text, and draws it at the current drawing postion.
  46. decs=number of digits after the decimal point.
  47. angle=rotation angle, 0,90,180,270 degrees.
  48. Set center=true to center the text on the current drawing position.
  49.  
  50. Draws the given text at the current drawing position.
  51. angle=rotation angle, 0,90,180,270 degrees.
  52. Set center=true to center the text on the current drawing position.
  53.  
  54. Draws a line with the given length, starting from the current coordinates.
  55.  
  56. Adds (dx,dy) to the current coordinates.
  57.  
  58. Terminates a curve definition.
  59.  
  60. Starts the definition of a new curve in the current graph.
  61. The curve name you pass to this procedure is used in the legend.
  62.  
  63. Sets the error bar style for the next data set created using 'OpenDataSet'.
  64. Cl,Ct,Lt = cap length, cap thickness, and line thickness in pts.
  65. Use Cl=-1 for default length, Cl=-1 to draw error boxes.
  66.  
  67. Sets the filling style for the next curve created using 'OpenCurve'.
  68. ax = xAxis or yAxis.
  69. i=axis index.
  70.  
  71. Sets the text drawing style.
  72. The first parameter is the name of the font.
  73. size=text size in pts, 3..48.
  74. style=text style, a sum of the constants bold, italic, underline, outline, shadow, condense, extend.
  75.  
  76. Sets the background data point style (see 'SetDataPointStyle'.)
  77.  
  78. Sets the foreground data point style.
  79. i=data point index, -8..17 (0=pixel, 1..13=row in style menu, 14..17=composite styles, -1..-8=custom point styles.
  80. size=size in pts, 2..128.
  81. thick=line thickness, 0.25, 0.5 or 1.0 pts.
  82.  
  83. Sets the arrow style.
  84. pos=position of the arrow on its line, 1..3 (1=start, 2=end, 3=both sides).
  85. i=arrow index, 0..12 (0=no arrow).
  86. size=size in pts, 1..128.
  87.  
  88. Sets the line color.
  89. R,G,B are the color components, 0..65535.
  90.  
  91. Sets the line style.
  92. thick=thickness in points, 0<thick<=50. i=dash pattern index, 1..12.
  93.  
  94. Sets the fill color.
  95. R,G,B are the color components, 0..65535.
  96.  
  97. Sets the fill pattern.
  98. i=fill pattern index, 0..39 (0=no pattern, 1=white).
  99.  
  100. Draws a data point symbol at the coordinate (x,y).
  101.  
  102. Draws an oval.
  103.  
  104. Draws a rectangle.
  105.  
  106. Draws a single line starting at (x1,y1) and ending at (x2,y2).
  107.  
  108. Terminates the definition of a polygon.
  109.  
  110. Starts the definition of a polygon.
  111. smooth= smoothing type, 0..2 (0=not smoothed). Set closed=true for closed polygons.
  112. Define the polygon using move,moveto,line,lineto.
  113.  
  114. Draws a line to the given coordinate.
  115.  
  116. Moves the pen to the given coordinates.
  117.  
  118. Sets the default position and size used for a new graph created by 'CreateNewGraph'.
  119.  
  120. Declaration of the predefined procedure 'Last'.
  121.  
  122. Declaration of the predefined procedure 'Initialize'.
  123.  
  124. Same as 'write', but a new line is started after the text is written to the results window.
  125.  
  126. Draws a data point at the coordinate (x,y).
  127.  
  128. Same as 'Write', but starts a new line after writing the given text.
  129.  
  130. Writes text and numbers to the Results window or to a text file. Write accepts strings and numbers as parameters. Example:
  131. Write('the value of x is ',x,' Watts');
  132.  
  133. Produces an alert sound.
  134.  
  135. Sets the title of the dialog box that is invoked with the next call to 'Input'.
  136.  
  137. Displays a dialog box to read in up to 6 values. If a var parameter is preceded by a name that starts with '$C'/'$W', a column/window menu is created. Use '$P..$' for a custom menu, '$X' for a check box. Example:
  138. Input('$CColumn',c,'Time', t);
  139.  
  140. Displays an alert box with the given text.
  141.  
  142. Displays an alert box with the given text, and a 'yes' and 'no' button. Returns true if 'yes' was clicked and 'false' if 'no' was clicked.
  143.  
  144. Return value for the predefined function 'Check'.
  145. Set Check=update to indicate that the new value of parameter number 'pNumber' is to be accepted and the parameter window must be redrawn.
  146. Use 'update' if you change other parameters in 'Check'.
  147.  
  148. Return value for the predefined function 'Check'.
  149. Set Check=bad to indicate that the new value of parameter number 'pNumber' is not to be accepted.
  150.  
  151. Parameter fitting mode.
  152. Set mode[i]=constant to indicate that parameter i cannot be fitted.
  153.  
  154. Parameter fitting mode.
  155. Set mode[i]=inactive to indicate that parameter i is not fitted by default.
  156.  
  157. Logical constant. false=0.
  158.  
  159. Square root.
  160. Sqrt(Sqr(r))=Abs(r).
  161.  
  162. Exponential function (base 10).
  163.  
  164. Exponential function (base e).
  165.  
  166. The fitting mode of parameter.
  167. i is the parameter index.
  168. mode[i]=active, inactive, constant.
  169. Can be set by the predefined function 'Check'
  170.  
  171. The partial derivative of a user-defined function with respect to its parameter a[i].
  172. Must be set in the predefined procedure 'Derivatives'.
  173.  
  174. A parameter of a user-defined function.
  175. i is the parameter index.
  176.  
  177. The return value of a  user-defined function.
  178. y = f(x) is the function value at x.
  179.  
  180. Returns a random number.
  181.  
  182. Rounds its argument to the next integer value.
  183.  
  184.